Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.AutomaticTextStyle Class

Class which represents automatic text style.

In the OpenDocument Text file format then Runs, Paragraphs and Tables never have directly attributes on them such as Bold type face, instead everything is done through styles and automatic styles.


Automatic styles take care of creating them self's as needed.

EinhugurODT.TextStyle
   AutomaticTextStyle

class EinhugurODT.AutomaticTextStyle

Constructors

AutomaticTextStyle (private) Private constructor.

Properties

FontName (Inherited) Sets or gets the font name.
FontSize (Inherited) Sets or gets font size.
FontStyle (Inherited) This property has settings to set the font to Italic or oblique.
FontWeight (Inherited) Sets or gets the font weight.
HasHighlightColor (Inherited) Returns true if the font has highlight color on it.
HasTextColor (Inherited) Returns true if the font has color on it.
HighlightColor (Inherited) Sets or gets the highlight color.
Id (Inherited) Returns id of the style.
Strikethrough (Inherited) Sets or gets strikethrough styling.
TextColor (Inherited) Sets or gets the text color.
Underline (Inherited) Sets or gets underline styling.
VerticalAlignment (Inherited) Sets vertical alignment for the text (like Subscript and Superscript)

Methods

ClearHighlightColor (Inherited) Clears highlight color from the Style if there was highlight color on it.
ClearTextColor (Inherited) Clears text color from the Style if there was text color on it.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS